runtime._func.funcID (field)
18 uses
runtime (current package)
mgcmark.go#L1008: isAsyncPreempt := frame.fn.valid() && frame.fn.funcID == abi.FuncID_asyncPreempt
mgcmark.go#L1009: isDebugCall := frame.fn.valid() && frame.fn.funcID == abi.FuncID_debugCallV2
panic.go#L1501: return f.funcID == abi.FuncID_abort
runtime2.go#L928: funcID abi.FuncID // set for certain special runtime functions
stack.go#L1220: if f.valid() && f.funcID == abi.FuncID_gcBgMarkWorker {
symtab.go#L915: return srcFunc{f.datap, f.nameOff, f.startLine, f.funcID}
traceback.go#L266: if f.funcID == abi.FuncID_cgocallback {
traceback.go#L289: switch f.funcID {
traceback.go#L458: if doPrint && gp.m.incgo && f.funcID == abi.FuncID_sigpanic {
traceback.go#L484: injectedCall := f.funcID == abi.FuncID_sigpanic || f.funcID == abi.FuncID_asyncPreempt || f.funcID == abi.FuncID_debugCallV2
traceback.go#L492: u.calleeFuncID = f.funcID
traceback.go#L594: if cgoTraceback == nil || u.frame.fn.funcID != abi.FuncID_cgocallback || u.cgoCtxt < 0 {
traceback.go#L1343: if f.funcID == abi.FuncID_runtime_main || f.funcID == abi.FuncID_corostart || f.funcID == abi.FuncID_handleAsyncEvent {
traceback.go#L1346: if f.funcID == abi.FuncID_runfinq {
 |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |